github.com/andybalholm/brotli.hasherHandle.StoreLookahead (method)
9 uses
github.com/andybalholm/brotli (current package)
backward_references.go#L45: if num_bytes >= hasher.StoreLookahead() {
backward_references.go#L46: store_end = position + num_bytes - hasher.StoreLookahead() + 1
backward_references.go#L155: var kMargin uint = brotli_max_size_t(hasher.StoreLookahead()-1, 4)
backward_references.go#L169: var kMargin uint = brotli_max_size_t(hasher.StoreLookahead()-1, 2)
backward_references_hq.go#L697: if num_bytes >= hasher.StoreLookahead() {
backward_references_hq.go#L698: store_end = position + num_bytes - hasher.StoreLookahead() + 1
hash.go#L25: StoreLookahead() uint
hash_composite.go#L20: var a uint = h.ha.StoreLookahead()
hash_composite.go#L21: var b uint = h.hb.StoreLookahead()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |